home *** CD-ROM | disk | FTP | other *** search
- REM ╔══════════════════════════════════════════════════════════════════════╗
- REM ║ Mech Warrior II .M50 file ║
- REM ║ ** written by ** ║
- REM ║ ║
- REM ║ Jim "Buck" Rogers ║
- REM ║ E. 2018 S. Riverton, #A-12, Spokane, WA 99207 ║
- REM ║ (509) 534-6433 ║
- REM ║ (if any questions, call after 5:30 pm) ║
- REM ║ ║
- REM ║ -- See the accompanying Mech2jim.txt file for button explanations -- ║
- REM ║ -- Also, make sure you have the Mech2jim.b50 file! -- ║
- REM ╚══════════════════════════════════════════════════════════════════════╝
-
-
- Rem *** Throttle statements ***
-
- DigitalThrottle2 = THR 2 8 1 2 3 4 5 6 7 8 9 0
- Min_Throttle = 1
-
- Rem *** Pilot Eye Controls ***
-
- Look_Up = CTL DAROW
- Look_Down = CTL UAROW
- Look_Left = CTL LAROW
- Look_Right = CTL RAROW
- Glance_Left = KP7
- Glance_Right = KP9
-
- Rem *** Torso Controls ***
-
- Torso_Left = ,
- Torso_Right = .
- Torso_Center = /
- Center_Legs_To_Torso = m
-
- Rem *** Reverse Direction ***
-
- Reverse = BSP
-
- Rem *** Jump Jets and Jump Jet Steering ***
-
- Jump_Jet = j
- Jump_Jet_Forward = HOME
- Jump_Jet_Backward = END
- Jump_Jet_Left = INS
- Jump_Jet_Right = PGUP
- Jump_Jet_CCWise = DEL
- Jump_Jet_CWise = PGDN
-
- Rem *** Targeting and Inspection ***
-
- Target_Nearest_Enemy = e
- Target_Friendly = f
- Cycle_Targets = t
- Previous_Target = r
- Target_Object_Underneath_Reticle = q
- Inspect_Targeted_Object = i
- Targeting_Off = CTL t
-
- Rem *** External views and zooming ***
-
- External_Camera_On_Off = c
- Zoom_In = z
- Zoom_Out = SHF z
- Satellite_Uplink_On_Off = F3
- Satellite_Zoom_In = x
- Satellite_Zoom_Out = SHF x
- Reset_Zoom = CTL z
-
- Rem *** Other views ***
-
- Target_View = F4
- Rear_View = F7
- Down_View = F8
- Weapon_View = F9
- Weapon_View_Full_Screen = F10
-
- Rem *** Weapon grouping and firing
-
- Select_Weapon_Group = ENT
- Chain_Fire_Or_Group_Fire = \
- Add_Weapon_To_Group_One = SHF 1
- Fire_Group_One! = NUML
- Add_Weapon_To_Group_Two = SHF 2
- Fire_Group_Two! = KP/
- Add_Weapon_To_Group_Three = SHF 3
- Fire_Group_Three! = KP*
-
- Rem *** HUD and Mech status info ***
-
- Hud_On_Off = F11
- System_Status = u
- Radar_Display_On_Off = F2
- Wire_Frame_Damage_Display = F5
- Armor_Damage = F6
- Nav_Point = n
- Low_Light_Amp = l
- Enh_Image = w
- Objectives = F12
-
- Rem *** Last resort! ***
-
- Jettison_Ammunition = k
- Eject! = CTL ALT e
- Self_Destruct = CTL ALT x
-
- Rem *** On/Off options ***
-
- Autopilot_On_Off = a
- MASC_On_Off = v
- Manual_Shutdown_Restart = s
- Override_Thermal_Shutdown = o
- Auto_Eject_On_Off = CTL e
-
- Rem *** Communications ***
-
- Commanding_Starmates = b
- Command_Point_One = CTL F2
- Command_Point_Two = CTL F3
-
- Rem *** Choice selection ***
-
- Choice_One = 1
- Choice_Two = 2
- Choice_Three = 3
- Choice_Four = 4
- Choice_Five = 5
- Choice_Six = 6
- Escape = ESC
-
- Rem *** Non-game controls ***
-
- Pause = ALT p
- Abort_Mission = CTL q
- Snap_Screenshot = CTL p
-